func net/textproto.isASCIISpace
5 uses
	net/textproto (current package)
		textproto.go#L125: 	for len(s) > 0 && isASCIISpace(s[0]) {
		textproto.go#L128: 	for len(s) > 0 && isASCIISpace(s[len(s)-1]) {
		textproto.go#L136: 	for len(b) > 0 && isASCIISpace(b[0]) {
		textproto.go#L139: 	for len(b) > 0 && isASCIISpace(b[len(b)-1]) {
		textproto.go#L145: func isASCIISpace(b byte) bool {
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |